ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / PagesCollection<T> Class / AddRange Method / AddRange(T[]) Method

In This Topic
    AddRange(T[]) Method
    In This Topic
    Overloaded: Adds the elements of an array of Pages to the end of the PagesCollection.
    Syntax
    'Declaration
     
    Public Overloads Sub AddRange( _
       ByVal pages() As T _
    ) 
    public void AddRange( 
       T[] pages
    )

    Parameters

    pages
    See Also